func github.com/andybalholm/brotli.getBlockLengthPrefixCode

2 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L75: func getBlockLengthPrefixCode(len uint32, code *uint, n_extra *uint32, extra *uint32) {
		brotli_bit_stream.go#L1020: 	getBlockLengthPrefixCode(block_len, &lencode, &len_nextra, &len_extra)